home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enciclopedia Del Perro
/
Enciclopedia Del Perro.iso
/
win
/
tfw115c1
/
tfw.5
/
PASSWORD.SLT
< prev
next >
Wrap
Text File
|
1996-04-15
|
943b
|
22 lines
/****************************************************************/
/* */
/* Demo of how to access and use the password stored in the */
/* PhoneBook when connected to a BBS. */
/* */
/* Copyright 1995 deltaComm Development, Inc. */
/* */
/****************************************************************/
main()
{
if (_entry_pass) // make sure password has been defined for this
// entry and that an entry has been connected to.
{
cPutS(_entry_pass); // send the password
cNewLine; // and a carriage return
}
else // else show error box for 4 seconds
status_wind("No password available!",40);
}